Conversation
There was a problem hiding this comment.
All reported issues were addressed across 1 file
Reply with feedback, questions, or to request a fix.
Re-trigger cubic
|
@bbdouglas (2017/07) @sreeshas (2017/08) @jfiala (2017/08) @lukoyanov (2017/09) @cbornet (2017/09) @jeff9finger (2018/01) @karismann (2019/03) @Zomzog (2019/04) @lwlee2608 (2019/10) @martin-mfg (2023/08) @KannaKim (2026/07) |
|
Thanks for the PR. I tested with |
add docs and todo regarding jackson3 support
@wing328 thanks for the feedback. You are right. The cubic AI also found issues regarding jackson3 support in combination with xml. I extended the docs and added a TODO in the pom.mustache file explicitly stating that |
There was a problem hiding this comment.
All reported issues were addressed across 3 files (changes from recent commits).
Not reviewed (too large): docs/generators/java.md (~504 lines) - if these are generated or fixture files, add them to ignored paths to exclude them from future reviews.
Requires human review: Auto-approval blocked because this review re-detected 1 unresolved issue already reported by Cubic.
Re-trigger cubic
|
please revert the change in docs/generators/java.md so as to fix https://github.com/OpenAPITools/openapi-generator/actions/runs/34332842605/job/102416313593?pr=24902 |
done |
Added missing dependency for jackson xml dataformat when selecting option
withXmlin the java generator in combination with thejersey3library andjacksondata processing.PR checklist
Commit all changed files.
This is important, as CI jobs will verify all generator outputs of your HEAD commit as it would merge with master.
These must match the expectations made by your contribution.
You may regenerate an individual generator by passing the relevant config(s) as an argument to the script, for example
./bin/generate-samples.sh bin/configs/java*.IMPORTANT: Do NOT purge/delete any folders/files (e.g. tests) when regenerating the samples as manually written tests may be removed.
Summary by cubic
Fixes the missing
jackson-dataformat-xmldependency in the Java Jersey3 generator whenwithXmlis enabled, so generated POMs now resolve the XML module.Bug Fixes
pom.mustachetemplate, using${jackson-version}or${jackson3-version}based onuseJackson3.Tests
JavaJersey3WithXmlTestto verify generation succeeds and the POM references the XML artifacts.Written for commit 50a8356. Summary will update on new commits.